home *** CD-ROM | disk | FTP | other *** search
/ Atari Mega Archive 1 / Atari Mega Archive - Volume 1.iso / lists / mint / l_1199 / 1144 < prev    next >
Encoding:
Internet Message Format  |  1994-08-27  |  1.2 KB

  1. Date: Fri, 4 Mar 94 20:48 GMT0
  2. From: Darryl Piper <drpiper@cix.compulink.co.uk>
  3. Subject: Re: load average patches for MiNT 1.10 + patches
  4. To: mint@atari.archive.umich.edu
  5. Message-Id: <memo.597985@cix.compulink.co.uk>
  6.  
  7.  
  8. In-Reply-To: <2128.9403040748@elvis.earth.ox.ac.uk>
  9.  
  10.  
  11. >> hmm.  i haven't tried but i would suggest just using the 200 Hz timer
  12. >>counter (_hz_200) and doing calculations elsewhere...  because the 200 Hz
  13. >>interrupt runs at level 6 and the longer you run at levels >= 5 (6) the
  14. >>easier you lose characters on serial ports. (receiver overrun...)
  15. >
  16. >The calculations are only done once per second, so the impact on the system
  17. >is minimal. The calculations themselves are merely a few adds, subtracts and
  18. >divides, all integer arithmetic, so not particularly slow to do.
  19.  
  20. I say use the VBL routine to check your timer, but check the 200 Hz
  21. timer from in their. That way your one second timer will be accurate to
  22. either 1/50, 1/60, 1/70 second. This will cut down on system overhead,
  23. which is in my opion becoming too much for 8 MHz 68000s.
  24.  
  25. Bye now,
  26.  
  27.   Darryl
  28.  
  29. .----------------------------------------------------------------.
  30. | email through the InterNet to :-   drpiper@cix.compulink.co.uk |
  31. '----------------------------------------------------------------'
  32.  
  33.